Moves the number of items specified by from to .
シンタックス
'宣言
Public Sub MoveRange( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void MoveRange(
System.int ,
System.int ,
System.int
)
パラメータ
- oldIndex
- The starting index where the items to be moved are.
- newIndex
- The index where the items will be moved.
- count
- The number of items to move.
参照